projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce1a4cd
)
* lisp/color.el: Remove Emacs 23.2 compat code.
author
Stefan Kangas
<stefan@marxist.se>
Fri, 5 Feb 2021 00:29:20 +0000
(
01:29
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 5 Feb 2021 00:29:20 +0000
(
01:29
+0100)
lisp/color.el
patch
|
blob
|
history
diff --git
a/lisp/color.el
b/lisp/color.el
index 258acbe40533717c107c7232406db48d9db25866..fec36eecc337ca3ec974165ea6b7d36507a28772 100644
(file)
--- a/
lisp/color.el
+++ b/
lisp/color.el
@@
-33,11
+33,6
@@
;;; Code:
-;; Emacs < 23.3
-(eval-and-compile
- (unless (boundp 'float-pi)
- (defconst float-pi (* 4 (atan 1)) "The value of Pi (3.1415926...).")))
-
;;;###autoload
(defun color-name-to-rgb (color &optional frame)
"Convert COLOR string to a list of normalized RGB components.